home *** CD-ROM | disk | FTP | other *** search
- stop();
- _parent.ins20._visible = true;
- _parent.cutColiFlower.cutFlower.onPress = function()
- {
- startDrag(this,0);
- _parent.ins20._visible = false;
- };
- _parent.cutColiFlower.cutFlower.onRelease = function()
- {
- if(_parent.coliFlower.hitTest(this))
- {
- this.stopDrag();
- this._x = 465;
- this._y = -150;
- knief._visible = false;
- _parent.knief._visible = true;
- _parent.knief.enabled = false;
- _parent.knief._x = 55.6;
- _parent.knief._y = 8.2;
- this.enabled = false;
- _global.dd = 1;
- _parent.ins6._visible = true;
- CutOnion();
- }
- };
-